[Top] [Prev] [Next] [Bottom] [Contents]

SaSetTimeOut

Set the time out value for a server application.

Synopsis

#include "SaRnHtml.h"
int SaSetTimeOut(int time_out);

Arguments

time_out
An integer specifying how long, in seconds, the server application should wait for the gateway to process a request. The default is 300 seconds. If time_out is non-positive, no change occurs.

Return Values

Returns 0.

Description

Sets how long, in seconds, the server application should wait for the gateway to process a request. The default is 300 seconds. If time_out is non-positive, no change occurs.

Example

SaSetTimeOut(60);

See Also



[Top] [Prev] [Next] [Bottom] [Contents]

info@bluestone.com
Copyright © 1997, Bluestone. All rights reserved.